setMap abstract method

  1. @override
Future<void> setMap(
  1. Map json, {
  2. bool deep = false,
})
override

Sets the json map values for this instance.

Implementation

@override
Future<void> setMap(Map json, {bool deep = false});