LocationsArguments.fromMap constructor

LocationsArguments.fromMap(
  1. Map<String, Object?> obj
)

Implementation

LocationsArguments.fromMap(Map<String, Object?> obj)
    : locationReference = obj['locationReference'] as int;