Centimeter.fromJson constructor

Centimeter.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Centimeter.fromJson(Map<String, dynamic> json) =
    _$Centimeter.fromJson;