ApiObject constructor

ApiObject({
  1. required Map<String, dynamic> properties,
})

Implementation

ApiObject({required this.properties});