TimestampFormatTrait.fromJson constructor

TimestampFormatTrait.fromJson(
  1. Object? json
)

Implementation

factory TimestampFormatTrait.fromJson(Object? json) =>
    TimestampFormatTrait(json as String);