fromMap method

  1. @override
TimeOfDay fromMap(
  1. Map<String, dynamic> map
)

Converts the object from a Map representation.

Returns the object from the Map representation.

Implementation

@override
TimeOfDay fromMap(Map<String, dynamic> map) {
  return TimeOfDay.fromMap(map);
}