PathClose.fromJson constructor

PathClose.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory PathClose.fromJson(Map<String, dynamic> _) {
  return PathClose();
}