Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 532 Bytes

IntegerRange.md

File metadata and controls

16 lines (11 loc) · 532 Bytes

r2gapi_flutter_sdk.model.IntegerRange

Load the model package

import 'package:r2gapi_flutter_sdk/api.dart';

Properties

Name Type Description Notes
from int lower boundary [optional] [default to null]
to int upper boundary [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]