json method

Map<String, dynamic> json()

Implementation

Map<String,dynamic> json() {
  return get<Map<String,dynamic>>();
}