GoogleDatastoreAdminV1IndexedProperty.fromJson constructor

GoogleDatastoreAdminV1IndexedProperty.fromJson(
  1. Map json_
)

Implementation

GoogleDatastoreAdminV1IndexedProperty.fromJson(core.Map json_)
    : this(
        direction: json_['direction'] as core.String?,
        name: json_['name'] as core.String?,
      );