fromJson method

  1. @override
DateTime fromJson(
  1. int json
)

Implementation

@override
DateTime fromJson(int json) {
  return const BifrostDateTime().encode(json);
}