AnyValueArray.fromJson constructor Null safety

AnyValueArray.fromJson(
  1. Map<String, dynamic> json
)

Creates a new instance of the array from JSON.

  • json values to initialize this array.