ListValue.fromJson constructor

ListValue.fromJson(
  1. Object? json
)

Implementation

factory ListValue.fromJson(Object? json) => _ListValueHelper.decode(json);