SegmentConfiguration.fromJson constructor

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

Creates a new path segment configuration from a JSON object.

Implementation

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